Version 24.2 (latest)

PropertyMappingCollection<TKey,TMapping> Class Properties

For a list of all members of this type, see PropertyMappingCollection<TKey,TMapping> members.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Public PropertyIsUpdatingReturns true if the change notifications have been suspended using the BeginUpdate method. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
Public PropertyItemReturns the data member to which the specified schedule property or metadata entry is mapped to.  
Public PropertyMetadataPropertyMappingsUsed for defining metadata field mappings.  
Public PropertyUseDefaultMappingsSpecifies whether to use default mappings.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<TMapping>)
Protected PropertyNotifyItemsChangedReturns a boolean indicating whether the derived collection should have its OnItemAdded and OnItemRemoved methods invoked. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TMapping>)
See Also